-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(contracts): escrow-v2-general-escrow-event-update #1396
feat(contracts): escrow-v2-general-escrow-event-update #1396
Conversation
✅ Deploy Preview for kleros-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
https://github.com/kleros/kleros-v2 into feat(contracts)/escrow-v2-general-escrow-event-update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
natspec
Code Climate has analyzed commit d803d98 and detected 0 issues on this pull request. View more on Code Climate. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
NEEDS REDEPLOYMENT
PR-Codex overview
Detailed summary
This PR focuses on adding new parameters to the
TransactionCreated
event and thecreateTransaction
function in theEscrow
contract. The notable changes include:_transactionUri
parameter to theTransactionCreated
event._transactionUri
parameter to thecreateTransaction
function._asset
and_deadline
parameters to theTransactionCreated
event.emit TransactionCreated
statement in thecreateTransaction
function to include the new parameters.